-
Notifications
You must be signed in to change notification settings - Fork 3
feat: 주문 api 수정 #481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: 주문 api 수정 #481
Conversation
fix: 통계페이지 메뉴이미지 잘리는 문제 수정Fix/admin/qa
feat: 주문 api 수정
|
Caution Review failedThe pull request is closed. WalkthroughAdds TipTap code-block-lowlight and related deps to package management (.pnp.cjs, package.json). Tweaks UI components (image sizing, comment cleanup). Adjusts AdminBooth error handling/logging. Fixes bank value-label mapping. Switches getOrderDetails to use absolute API_URI. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant App as nowait-user App
participant API as Backend API
U->>App: View order details
App->>API: GET ${API_URI}/orders/items/{publicCode}/{tableId}
API-->>App: 200 OK / Error
App-->>U: Render order details or show error
sequenceDiagram
autonumber
actor Admin as Admin
participant Booth as AdminBooth.tsx
participant Svc as Booth Update Service
Admin->>Booth: Save booth changes
Booth->>Svc: updateBooth()
alt Success
Svc-->>Booth: resolve
Booth-->>Admin: Success flow
else Error
Svc-->>Booth: reject(err)
Booth->>Booth: onError rejects with err (raw)
Booth->>Booth: console.log(e, "부스정보저장 에러메세지")
Booth-->>Admin: Error handling
end
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 💡 Knowledge Base configuration:
You can enable these sources in your CodeRabbit configuration. ⛔ Files ignored due to path filters (6)
📒 Files selected for processing (8)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. CodeRabbit Commands (Invoked using PR/Issue comments)Type Other keywords and placeholders
CodeRabbit Configuration File (
|
작업 내용
문제점 및 어려움
해결 방안
공유 사항
Summary by CodeRabbit